home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / biz / misc / a_ontime.rea < prev    next >
Text File  |  1997-05-03  |  868b  |  29 lines

  1. Short:    Corrected Alarmist_OnTimeEdit.rexx
  2. Author:   clemenz@zedat.fu-berlin.de
  3. Uploader: clemenz@zedat.fu-berlin.de
  4. Type:     biz/misc
  5.  
  6. There is a function called WaitForPort that my computer doesn`t supported.
  7. I`ve changed this line from:
  8.  
  9.     WaitForPort ONTIME
  10.  
  11.     to
  12.  
  13.     DO WHILE ~show('p', "ONTIME")
  14.     END
  15.  
  16.  
  17. I think this should works on all Amigas with standard AREXX-installation.
  18. Please replace the old script in Everday:rexx-Directory.
  19.  
  20.  
  21. ============================= Archive contents =============================
  22.  
  23. Original  Packed Ratio    Date     Time    Name
  24. -------- ------- ----- --------- --------  -------------
  25.     3025    1138 62.3% 05-Apr-97 08:55:06 +Alarmist_OnTimeEdit.rexx
  26.      442     298 32.5% 05-Apr-97 10:14:22 +Corrected-EO-Script.readme
  27. -------- ------- ----- --------- --------
  28.     3467    1436 58.5% 14-Apr-97 22:34:56   2 files
  29.